segment descriptors - определение. Что такое segment descriptors
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое segment descriptors - определение

B5000 Descriptors; Descriptors in Burroughs large systems
Найдено результатов: 222
Ground segment         
  • Select ground segment facilities worldwide
  • Control center at NASA's [[Jet Propulsion Laboratory]]
  • Radio dishes at an [[Embratel]] earth station in [[Tanguá]], Brazil
GROUND-BASED ELEMENTS OF A SPACECRAFT SYSTEM
Satellite control segment; Ground Segment; Transfer segment; User segment; Ground control segment; Ground control system
A ground segment consists of all the ground-based elements of a space system used by operators and support personnel, as opposed to the space segment and user segment. The ground segment enables management of a spacecraft, and distribution of payload data and telemetry among interested parties on the ground.
Event segment         
A segment of a system variable in computing shows a homogenous status of system dynamics over a time period. Here, a homogenous status of a variable is a state which can be described by a set of coefficients of a formula.
code segment         
  • heap]] sections.
PORTION OF AN OBJECT FILE CONTAINING EXECUTABLE INSTRUCTIONS
Text segment; .text
<memory> (Intel 8086 CS) The area of memory containing the machine code instructions of a program. The code segment of a program may be shared between multiple processes running that code so long as none of them tries to modify it. Unix, confusingly, calls this the "text segment" and the area for uninitialied data, the bss segment. Initialised data is located in the data segment. (1996-12-21)
Code segment         
  • heap]] sections.
PORTION OF AN OBJECT FILE CONTAINING EXECUTABLE INSTRUCTIONS
Text segment; .text
In computing, a code segment, also known as a text segment or simply as text, is a portion of an object file or the corresponding section of the program's virtual address space that contains executable instructions. The term "segment" comes from the memory segment, which is a historical approach to memory management that has been succeeded by paging.
text segment         
  • heap]] sections.
PORTION OF AN OBJECT FILE CONTAINING EXECUTABLE INSTRUCTIONS
Text segment; .text
maximum segment size         
TRANSMISSION CONTROL PROTOCOL PARAMETER
Maximum Segment Size
<networking> (MSS) The maximum amount of TCP data that a node can send in one segment. This should be the size of the receiver's reassembly buffer to try to avoid fragmentation. The equivalent at the physical layer is "{Maximum Transmission Unit}". (1998-03-06)
Visual descriptor         
In computer vision, visual descriptors or image descriptors are descriptions of the visual features of the contents in images, videos, or algorithms or applications that produce such descriptions. They describe elementary characteristics such as the shape, the color, the texture or the motion, among others.
Maximum segment size         
TRANSMISSION CONTROL PROTOCOL PARAMETER
Maximum Segment Size
The maximum segment size (MSS) is a parameter of the options field of the TCP header that specifies the largest amount of data, specified in bytes, that a computer or communications device can receive in a single TCP segment. It does not count the TCP header or the IP header (unlike, for example, the MTU for IP datagrams).
Anterior segment of eyeball         
FRONT THIRD OF THE EYE
Anterior segment of eye; Anterior segment; Anterior eye segment; Segmentum anterius bulbi oculi; Segmentum anterius; Anterior cavity
The anterior segment or anterior cavity is the front third of the eye that includes the structures in front of the vitreous humour: the cornea, iris, ciliary body, and lens.Cassin, B.
segment         
WIKIMEDIA DISAMBIGUATION PAGE
Segmentation; Segments; Segment (disambiguation); Segmentation (disambiguation); Segment (mathematics); Segment (geometry)
/seg'ment/ 1. <architecture> A collection of pages in a memory management system. 2. <programming> A separately relocatable section of an executable program. Unix executables have a text segment (executable machine instructions), a data segment (initialised data) and a bss segment (uninitialised data). 3. <networking> network segment. 4. To experience a segmentation fault. Confusingly, the stress is often put on the first syllable, like the noun "segment", rather than the second like mainstream verb "segment". This is because it is actually a noun shorthand that has been verbed. 5. A block of memory in a segmented address space. [Jargon File] (2004-02-27)

Википедия

Burroughs large systems descriptors

Descriptors are an architectural feature of Burroughs large systems, including the current (as of 2006) Unisys Clearpath/MCP systems. Apart from being stack- and tag-based, a notable architectural feature of these systems is that it is descriptor-based. Descriptors are the means of having data that does not reside on the stack as for arrays and objects. Descriptors are also used for string data as in compilers and commercial applications.